html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
}

body {
	margin: 0;
	padding: 0;
	font: .70em/1.2em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #5e5e5e; 
	background: #e8e8e8;
	text-align: center;
}

@media (max-width: 640px) { body {font-size:1.1rem;} }
@media (min-width: 640px) { body {font-size:1.0rem;} } 
@media (min-width:1024px) { body {font-size:0.9rem;} }
@media (min-width:1280px) { body {font-size:0.9rem;} } 

/* links */
a {
	color: #1b2b4d;
	text-decoration: none;
}
a:hover {
	color: #0A3FB4;
	-webkit-transition: color 1s ease;
}

.today  {
	color: #0A3FB4;
	-webkit-transition: color 1s ease;
}

.today:hover {
	color: #1b2b4d;
	-webkit-transition: color 1s ease;
}



/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
h1 {
	font-size: 1.7em;
	color: #1b2b4d;
} 
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	display:inline;
	color: #1b2b4d;
}
h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 0.9em;
	color: #0A3FB4;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}


p, h1, h2, h3 {
margin: 10px 5px;
}
hr {
	clear: both;
	border:0;
	/*height: 1px;*/
	border-top: 1px solid #eee;
	
}


ul, ol {
	margin: 5px 0px;
	padding-left: 15px;
	//color: #4284B0;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: none;
}
img.no-border {
	border: none;
}

img.float-right {
	margin: 5px 5px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 5px;
}


a:hover img {
}

/* form elements */
form {
	margin: 0px;
	padding: 0;
	border: 1px solid #f2f2f2;
	//background-color: #FAFAFA;
}

label {
	display: block;
	margin: 0px 0px;
} 

input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
textarea {
	width: 99%;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #037d3a;
}
/* search form */
form.searchform {
	border: none;
	margin: 0;
	padding: 0;
}
form.searchform input.textbox {
	margin: 2px;
	width: 120px;
	border: 1px solid #037d3a;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button {
	margin: 2px;
	padding: 0px 0px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #037d3a;
	color: #777;
	width: 50px;
	vertical-align: top;
	height: 18px;
}

.topline{
  position: fixed;
  top: 0;
  z-index: 100;
  background: #051945;
  width:100%;
  min-width: 980px;
  height: 60px;
  display: block;
}
.topline_head {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #FEFEFE;
    position: fixed;
    height: 60px;
    line-height: 56px;
    display: block;
    padding-left: 90px;
    background: url(gerb_white6.jpg) 5% 40%  no-repeat;
    background-size: 10%;
}

/***********************
  LAYOUT
************************/
#wrap {
	background: #FFF;
	margin: 40px auto 0px;
	text-align: left;
	padding-top: 20px;
 //  box-shadow: 0px 0px 5px #000;
//   -webkit-box-shadow: 0px 0px 5px #000;
 //  -moz-box-shadow: 0px 0px 5px #000;
	width: 1460px;
	max-width: 90%; /* контейнер не превышает 90% ширины экрана */
	min-width: 980px;
}
#news_full {
	padding: 10px 0px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: normal;
}

#news_full h3 {
	color: #037d3a;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	
}

/* header */
#header {
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 2.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 3px;
	left: 109px;
}
#header h2#slogan {
	position: absolute;
	top: 28px;
	left: 112px;
	color: #666666;
	text-indent: 0px;
	font: bold 10px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
}
#header form.searchform {
	position: absolute;
	top: 8px;
	right: 0px;
	background-color: white;
}

/* main */
#main {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	padding: 10px;
	min-height: 500px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 18%;
	margin: 0;
	padding: 5px;
	display: inline;
	border-right: 1px solid #e8e8e8;

}

#sidebar a:hover{
	color:  #0A3FB4;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}
#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 4px solid #CCC;
	min-height: 18px;
}

* html body #sidebar ul.sidemenu a {
	height: 18px;
}

#sidebar ul.sidemenu a:hover {
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left: 4px solid #9EC630;
}

#sidebar dd  a{
	display: block;
	color: #020C22;
	line-height: 20px;
	//background: url(/images/nav_side_dd.gif) 0 8px no-repeat;
	padding: 2px 0 6px 7px;
	
}

#grad {
//	background: url(grad.jpg);
//	height: 100px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 18%;
	padding: 3px;
	margin: 0;
}

/* Footer */
#footer_gs {
	color: #FFF;
	font-size: 95%;
	text-align: left;
	max-width: 100%; /* контейнер не превышает 90% ширины экрана */
	min-width: 980px;
	margin-top:-1px;
}
#footer_gs a {
	text-decoration: none;
   line-height: 1.5;
	color: #b3cafb;
}

#footer_gs a:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	font-weight: 400;
}

#footer_gs .footer-left{
	float: left;
	width: 65%;
	color: #808080;
}
#footer_gs .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 1300;
	position: fixed;
	padding: 0;
	list-style: none;
	right: 0px;
	font:  13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	top:34px;
	min-width:800px;
	line-height: 12px;
	
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header a {
	float: left;
	background: url(tableft_blue.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#header a span {
	float: left;
	display: block;
	background: url(tabright_blue.gif) no-repeat right top;
	padding: 6px 15px 3px 8px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float: none;
}
/* End IE5-Mac hack */
#header a:hover span {
	color: #FFF;
}
#header a:hover {
	background-position: 0% -42px;
}
#header a:hover span {
	background-position: 100% -42px;
}
#header #current a {
	background-position: 0% -42px;
	color: #FFF;
}
#header #current a span {
	background-position: 100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  {
	float: left;
}
.float-right {
	float: right;
}
.align-left  {
	text-align: left;
}
.align-right {
	text-align: right;
}

/* additional classes */
.clear {
	clear: both;
}
.green {
	color: #9EC630;
}
.gray  {
	color: #BFBFBF;
}


#news {
	float: left;
	width: 18%;
	padding: 3px;
	margin: 0;
	z-index: 1000;

}

#news h4 {
//	padding-left: 14px;
//	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#news dl {
	padding: 0;
	margin: 0;
}

#news dt {
	padding: 6px 10px 4px 10px;
	margin: 0;
	border-top: 1px solid #DEECF0;
	background-image: url(li3.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .8em;
	color: #8CA1AA;
}

#news dd {
	padding: 0;
	margin: 0;
	font-size: .9em;
}

#news h5 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 1.0em;
	font-weight: normal;
}

div.fig {
	float: right; /* Обтекание картинки по левому краю */
	margin-left: 10px; /* Отступ слева */
	margin-bottom: 5px; /* Отступ снизу */
	background: rgba(7, 75, 224, 0.8);
	border: 1px solid #fff;
//	box-shadow: 0px 0px 5px #000;
//	-webkit-box-shadow: 0px 0px 5px #000;
//	-moz-box-shadow: 0px 0px 5px #000;
}

div.fig_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
}

.spec {
	width: 100%;
}
.spec_div {
	padding: 15px;
	margin-bottom: 0px;
	overflow: hidden;
}
.spec_div_over {
	background-color: #eaeaea;
	padding: 15px;
	margin-bottom: -1px;
	overflow: hidden;
	border-bottom: 1px solid #99cccc;
		
}

/* ------------------------------------ */
.spec_div_over img:hover {
	opacity: 0.5;
//	box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition: 	opacity 1s ease;
}
/* ---------------------------------- */

div.dt {
	padding: 6px 10px 4px 0px;
	margin: 0;
	font-size: .9em;
	color: #808080;
}

#per_cab {
	float: right;
	width: 301px;
	padding: 1px 0;
	background-color: #bee5e6;
	margin-right: 20px;
	position: relative;
	z-index: 20;
}
 #per_cab .wrap_pc {
 	margin: 0 -1px;
 	height: 32px;
 	padding: 6px 5px 5px 24px;
 	background-color: #d4eaf4;
 	position: relative;
 }
	  #per_cab span {
	  	display: block;
	  	font-size: 11px;
	  	line-height: 15px;
	  }
	  #per_cab .h {
	  	font-weight: bold;
	  	font-size: 11px;
	  }

#gshra_gerb {
	height: 108px;
	width: 108px;
	position: absolute;
	left: 20px;
	top: 100px;
	border-style: none;
}

#gerb {
	height: 75px;
	width: 75px;
	position: absolute;
	left: 15px;
	top: 4px;
	border-style: none;
}

#update {
	padding: 7px 15px 4px 10px;
	margin: 0;
	background-image: url(update.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .7em;
	color: #339933;
}

div.semi {
	opacity: 0.15; /* Полупрозрачность элемента */
	filter: alpha(opacity=15);
}
div.semi_over {
	opacity: 0.45; /* Убираем Полупрозрачность элемента */
	filter: alpha(opacity=45);
}

/* poll form - опросы */
form.pollform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0px;
}
form.pollform input.textbox {
	margin: 2px;
	width: 150px;
	border: 1px solid #037d3a;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.pollform input.button {
	margin: 2px;
	padding: 0;
	font: bold 11px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid  #037d3a;
	color: #777;
	width: 70px;
	vertical-align: top;
	height: 17px;
}

.poll_div {
	width: 65%;
	height: 14px;
	background-color: #f3f9fb;
	margin-left: 8px;
	float: left;
}

/* Home */
#home {
	clear: both;
	border-top: 5px solid #037d3a;
	margin: 0;
	padding: 0;
	height: 50px;
}
#home .home-left{
	float: left;
	width: 60%;
	margin-right: 5px;
}
#home .home-right{
	float: right;
	width: 37%;
}

#home h4 {
	padding-left: 14px;
	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#pod {
	font-size: 0.9em;
	color: #fff;
	line-height: 0.9;
	padding-top: 20px;
	-moz-user-select: none;
	//Firefox
				 -khtml-user-select: none;
	//Safari
				 user-select: none;
	//работает в css3
				 opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	margin-left: 5px;
}

@media print {
#pod {
	display: none;
}
}
 
/* Главное меню */
#nav_main{
	font-size: 15px;
	line-height: 25px;
	color: #3d3a33;
	margin-top: 1px;
	margin-bottom: 0px;
	display: inline;
	float: left;
	max-width: 100%;
	padding-right: 1px;

	z-index: 10;
	margin-left: 0px;

    width: 1420px;
}


#nav_main li{
	display: inline;
	float: left;
	height: 27px;

    padding: 0 5px;

	position: relative;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

#nav_main .state{
	display: block;
	height: 27px;
	background-color: #051945;
	color: #fff;
	float: left;
	font-size: 14px;
	padding: 0 13px;
}
	
#nav_main li a{
	display: inline;
	float: left;
	height: 27px;
	font-size: 13px;
	cursor: pointer;
	padding: 0 5px;
}


#nav_main li a:hover{
    color:#ffffff !important;
	
}


	
#nav_main .menu_hov{
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 7;
	border: 1px solid #051945;
	background-color: #fff;
	padding: 15px 0 14px;
}
	
#nav_main .menu_hov .add a{
	color: #3d3a33;
	line-height: 18px;
}
	
#nav_main .menu_hov td{
	background: url(/images/dott_v.gif) right repeat-y;
	padding: 0 16px 0 15px;
}
	
#nav_main .menu_hov td dl{
	position: relative;
	top: -6px;
}
	
#nav_main .menu_hov td.add dl{
	position: relative;
	top: -4px;
}
	
#nav_main .menu_hov .add dt{
	background-position: 0 7px;
}
	
#nav_main .menu_hov dt{
	line-height: 22px;
	font-weight: 700;
	white-space: nowrap;
	color: #3d3a33;
	padding-left: 7px;
	background: url(./img/arr_blue.gif) 0 9px no-repeat;
}
	
#nav_main .menu_hov dd{
	line-height: 16px;
	padding-left: 6px;
	margin-left: 7px;
	background: url(./img/arr_orange.gif) 0 8px no-repeat;
	white-space: nowrap;
}
	
#nav_main .menu_hov a{
	float: none;
	display: block;
	height: auto;
	line-height: 16px;
	padding: 0;
}
	
#nav_main .menu_hov dt a{
	line-height: 22px;
}
	
#nav_main .menu_hov dd a{
	color: #606d82;
	font-weight: 400;
}
	
#nav_main .menu_r .menu_hov{
	left: auto;
	right: 0!important;
}
	
div.menu_level1_main{
	background: #FFF;
	display: none;
	z-index: 900;
	position: absolute;
	border: 1pt solid #051945;
	left: 0;
	margin-top: 27px;
	padding-top: 8px;
	padding-bottom: 7px;
	min-width: 178px;
//	opacity: 0.9;
//   filter: alpha(Opacity=90);
}
	
#nav_main td.menu_level1_td{
	vertical-align: top;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 8px;
	white-space: nowrap;
}
	
#nav_main td.menu_level1_divider{
	background: url(/images/dott_v.gif) repeat-y scroll left top transparent;
	width: 4px;
}
	
#nav_main td.menu_level1_td .a_main{
	font-size: 13px;
	float: none;
	padding-left: 8px;
}

#nav_main td.menu_level1_td .a_main:hover{
    color: #0a3fb4 !important;
    
    
    
}
	
#nav_main td.menu_level1_td .a_sub{
	font-size: 12px;
	font-weight: 400;
	float: none;
	padding-left: 8px;
	color: #606d82;
}

#nav_main td.menu_level1_td .a_sub:hover{
    color: #0a3fb4 !important;
    
}

	
#nav_main td.menu_level1_td .blue_img{
	margin-left: 5px;
	margin-bottom: 2px;
}
	
#nav_main td.menu_level1_td .red_img{
	margin-left: 12px;
}
	
#nav_main td.menu_level1_td .level3{
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 1px;
}

#nav_main td.menu_level1_td nobr{
	display: inline;
}

#nav_side dt,#nav_side dd,#nav_side li,#nav_side .h span{
	background: url(/images/dott_h.gif) bottom repeat-x;
}
	
#nav_side dd.h span{
	line-height: 16px;
}
	
#nav_side dd a{
	display: block;
	color: #037d3a;
	line-height: 15px;
	background: url(/images/nav_side_dd.gif) 0 8px no-repeat;
	padding: 2px 0 6px 7px;
}
		
#nav_side dd span{
	padding: 3px 0 6px 7px;
}
		
#nav_side dd span a{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: none;
}
		
#nav_side ul a{
	color: #037d3a;
	font-weight: 400;
	background: url(/images/nav_side_li.gif) 0 9px no-repeat;
}
		
#nav_side .h ul span{
	background: url(/images/nav_side_li.gif) 0 9px no-repeat;
}
		
#nav_side dt{
	font-weight: 700;
	color: #037d3a;
	text-transform: uppercase;
	padding: 6px;
}
		
#nav_side dd{
	font-weight: 700;
	margin-left: 15px;
}
		
#nav_side .h span{
	background-color: #fff;
	display: block;
	padding-left: 7px;
}
		
#nav_side ul{
	padding-left: 15px;
	font-size: 11px;
}
		
#nav_side ul li a,#nav_side ul li span{
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	height: 1%;
}

/* new */
.nc_info_keeper {
	background: #F2F2F2;
	padding: 20px;
	margin: 0 0 15px 0;
	width: 400px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.nc_search_form {
	clear: both;
	height: 42px;
	width: 100%;
	margin: 0 0 25px 0;
}
.nc_search_input {
	background: #d0d0d0;
	padding: 5px 50px 7px 6px;
	width: 500px;
	height: 42px;
	float: left;
}
.nc_search_input input[type=submit] {
	margin: 0 0 0 5px;
}
.nc_search_input input[type=text] {
	width: 435px;
}
.nc_search_input .advancedlink {
	text-align: right;
	margin: 0 59px 0 0;
}
.nc_search_results {
	padding: 20px;
	clear: both;
}
.nc_search_arrow {
	background: url(/images/search_arrow.gif);
	width: 15px;
	height: 54px;
	float: left;
}
.nc_search_list {
	margin: 0 0 20px 0;
}
.nc_search_context {
	color: #000;
}
.nc_search_nav {
	margin: 15px 0 4px 0;
}
.nc_search_inactive, .nc_search_prev {
	margin: 0 15px;
}
.nc_search_inactive {
	color: #d0d0d0;
}
.nc_search_range {
	margin: 0 0 15px 0;
}

.nc_search_extra_form .param .caption {
	text-align: right;
	margin: 0 10px 0 0;
}
.nc_search_extra_form tr td {
	padding: 0 0 10px 0;
}
.nc_search_extra_form .interval_unit {
	margin: 0 0 0 5px;
}

.widgets {
	text-align: center;
	padding: 10px;
}

.bottom {
	border-bottom: 1px solid #d5d5d5;
	font-size: 0.8em;
}

/* кнопка вверх */		
a.rollover {
	background: url(in-top.png) no-repeat scroll center center / 44px 44px;
	display: block; 
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 30px;
	right: 5px;
	cursor: pointer;
}
//a.rollover:hover {
//	background-position: -40px 0; 
//}
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(70%);
}



/* Вертикальная прокрутка текста в актуально */
.ads{width:180px;}
//.ads a { color:#ff0000;}
//.ads a:hover { color:#7b7b7b;}
.vertical-ads {
	height:170px; 
	overflow:hidden; 
	margin:0; 
	padding:0; 
	width:180px; 
	display:block; 
	color:#ff0000; 
	text-align: left;
	}
.one-ads {height:170px; border-bottom:1px solid #ddd; padding-top:10px;}

.sticky {
  position: fixed;
  top: 60px;
  z-index: 101;
  background-color: #ffffff;
  max-width:1460px;
  min-width: 980px;
  height: 30px;
  box-shadow: 0px 10px 30px #fff;
  -webkit-box-shadow: 0px 10px 30px #fff;
  -moz-box-shadow: 0px 10px 30px #fff;
}
  
  .scroll_container:after, .scroll_container:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 20px 20px #fcfcef;
    z-index: 2;
}
  
  #specialON {
  	//margin-left: 85%;
  	margin-top: 5px;
  	right: 10px;
  	position: fixed;
  }
  
   #specialOFF {
  	display: none;
  }
  
  .footer-green {
  	background: #051945; 
  	background-size: cover;
  	padding:17px; 
}
  
  .album_name {
padding: 25px 40px 0.7em 10px;
display: block;
width: 120px;
background: url(/images/c-photo__gradient.png);
color: #fff;
font-size: 14px;
bottom: 0px;
position: absolute;
}

.album_count {
position: absolute;
bottom: 9px;
right: 5px;
color: #fff;
font-size: 14px;
opacity: 0.6;
}

.block-aside {
	display:block;
	margin-top: 0px;
	left: -225px;
	width: 20%;
	position: relative;
	background-color: #ffffff;

}

  #special-text {
  	display: none;
  }
  
  
 /* закладки */ 
  
  .tabs input[type=radio] {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }
      .tabs {
    
        float: none;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 15px auto;
 
      }
      .tabs li{
        float: left;
      }
      .tabs label {
          display: block;
          padding: 6px 12px;
          border-radius: 2px 2px 0 0;
          color: #037d3a;
          font-size: 11px;
          font-weight: normal;
          background-color: #c2c2c2;
          cursor: pointer;
          position: relative;
          top: 3px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .tabs label:hover {
        background: rgba(255,255,255,0.5);
        top: 0;
      }
 
      [id^=tab]:checked + label {
        background: #037d3a;
        color: white;
        top: 0;
      }
 
      [id^=tab]:checked ~ [id^=tab-content] {
          display: block;
      }
      .tab-content{
  
        display: none;
        text-align: left;
        width: 100%;
        font-size: 20px;
        line-height: 140%;
        padding-top: 10px;
  
        background: url(load.gif) no-repeat center center;
        padding: 5px;
        color: white;
        position: absolute;
        top: 28px;
        left: 0;
        box-sizing: border-box;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
      }
      
.lupa {
		background: url(/images/lupa.png) no-repeat;
		padding-left: 20px;
	    display: block;
	    background-size: contain;
	}
	
.h2_more {
	padding-left: 10px;
	text-decoration: underline;
}




/* автозаполнение поиска */	
.ui-helper-hidden{
	display: none;
}.ui-helper-hidden-accessible{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}.ui-helper-reset{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}.ui-helper-clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}.ui-helper-clearfix{
	display: inline-block;
}* html .ui-helper-clearfix{
	height: 1%;
}.ui-helper-clearfix{
	display: block;
}.ui-helper-zfix{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}.ui-state-disabled{
	cursor: default !important;
}.ui-widget-content{
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
}.ui-widget-content a{
	color: #333;
}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{
	color: #1c94c4;
	text-decoration: none;
}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{
	border: 1px solid #fbcb09;
	background: #fdf5ce;
	font-weight: bold;
	color: #c77405;
}.ui-state-hover a,.ui-state-hover a:hover{
	color: #c77405;
	text-decoration: none;
}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
	border: 1px solid #fbd850;
	background: #fff;
	font-weight: bold;
	color: #eb8f00;
}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{
	color: #eb8f00;
	text-decoration: none;
}.ui-widget:active{
	outline: none;
}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{
	border: 1px solid #fed22f;
	background: #ffe45c;
	color: #363636;
}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{
	color: #363636;
}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #fff;
}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{
	color: #fff;
}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{
	color: #fff;
}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}.ui-corner-all{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}.ui-autocomplete{
	position: absolute;
	cursor: default;
	z-index: 1000;
	text-align: left;
}* html .ui-autocomplete{
	width: 1px;
}.ui-menu{
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}.ui-menu .ui-menu{
	margin-top: -3px;
}.ui-menu .ui-menu-item{
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}.ui-menu .ui-menu-item a{
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{
	font-weight: normal;
	margin: -1px;
}      
      
#filter_blur {
	width: 100%;
	position: fixed;
   top: 215px;
   webkit-filter: blur(3px);
   filter: blur(3px);
   filter: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22…%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur);
   z-index: 1000;
   height: 100%;
   display: none;
   cursor: default;
   overflow: hidden;
}


*     */ 
.thumbnail{  
position: relative;  
z-index: 0;  
}  
.thumbnail:hover{  
background-color: transparent;  
z-index: 50;  
}  
.thumbnail span{ /*CSS for enlarged image*/  
position: absolute;  
background-color: #ffffff;  
padding: 5px;  
left: -1000px;  
border: 1px solid white;  
visibility: hidden;  
color: Yellow;  
text-decoration: none;  
border-radius: 4px 4px 4px 4px; 
-moz-border-radius: 4px 4px 4px 4px; 
-webkit-border-radius: 4px 4px 4px 4px; 
}  
.thumbnail span img{ /*CSS for enlarged image*/  
border-width: 0;  
padding: 2px;  
}  
.thumbnail:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
left: 360px; /*position where enlarged image should offset horizontally */
}   

/*     */
.banner-reight {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 95%;
    font-size: 13px;
}

.banner-reight:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition: 	box-shadow 1s ease;
	
	
	
}
/*     */

/*     */
.banner-left {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 91%;
    font-size: 13px;
}

.banner-left:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	
}
/*     */

/*     */
.banner-top {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 98%;
    //font-size: 15px;
    font-size: .9em;
    text-align: center;
    background-color: #D5EAFF
}

.banner-top:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	
}
/*     */

/*---------------------*/

/*        */
.latest-photos-on-main {
	-o-fit-object:cover;
	display: inline-block;
    max-width: 100%;
    height: 72px;
}

@media (max-width: 1600px) {
    img.latest-photos-on-main {
         height: 60px;
  
    }
}
@media (max-width: 1280px) {
    img.latest-photos-on-main {
         height: 50px;
  
    }
}
@media (max-width: 800px) {
    img.latest-photos-on-main {
       height: 40px;
   }
}


img.latest-photos-on-main:hover {
	opacity: 0.5;
}
/*        */

.printer {
    float: right;
    background: url(ico-print.gif) no-repeat;
    display: block;
    background-size: contain;
    padding-left: 20px;
    font-size: 12px;
    color: #5e5e5e;
    transition: opacity 1s ease, visibility 1s linear;
}


#block_auth {
    width:255px; 
    position:fixed; 
    top:24px;
    right:10px;
    z-index:1000; 
    background: #ffffff;  
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	font-size: 13px;
    
}


.home_left {
    float:left;
    width:57%;
    margin-right:20px;
}

.home_right {
    float:left;
    width:40%;
    margin-right:0px;
    
}

.mob_menu {
    display: none;
}


@media  (min-width:1280px)  {

#block_mobmenu {
    visibility: hidden;
}

}
   
@media screen and (min-width:1024px) and (max-width:1279px) {

    #wrap {
		width: 100%;
	    min-width: 100%;
	    max-width: 100%;
}    
    #main {
       float:none;
       width:98% !important;
       min-height: 500px;
       margin-top: 20px !important;
      
      
}
    #news {
	float: none !important;
	width: 98%;
	padding: 3px;
	margin-right:0px;
	z-index: 1000;
}
    
    #nav_main {
     width: 100%;
     float:none;
    }
    
    .topline{
     width:100% !important;
     min-width: 100%;
}

#footer_gs {
	max-width: 100%;
    min-width: 100%;
}

#header ul {
	min-width:600px;
}


#sidebar {
//	width: 98%;
//	padding: 5px;
	display: inline;
	border: 1px solid #e8e8e8;
}



#block_mobmenu {
    visibility: hidden;
}


}


@media screen and (min-width:180px) and (max-width:1023px) {

    #wrap {
		width: 100%;
	    min-width: 240px;
	    max-width: 100%;
	    margin: 0px;
}    
    #main {
       float:none;
       width:97% !important;
       min-height: 500px;
       margin-top: 10px !important;
       padding: 2px;
      
      
}
    #news {
	float: none !important;
	width: 98%;
	padding: 3px;
	margin-right:0px;
	z-index: 1000;
}
    
    #nav_main {
display: none;
    }
    
   
#footer_gs {
	max-width: 100%;
    min-width: 100%;
}

#header ul {
	display: none;
}


.home_left {
    float:none;
    width:99%;
    margin-right: 0px;
}

.home_right {
    float:none;
    width:99%;
    margin-right:0px;
    
}

#sidebar {
	width: 98%;
	padding: 5px;
	display: inline;
	border: 1px solid #e8e8e8;
}


#specialON {
    display: none;
}


 .topline{
     width:100% !important;
     min-width: 240px;
     height: 140px;
     position: relative;
}
.topline_head {
    font-size: 20px;
    width: 350px;
   // background-size: cover;
    position: relative;
    padding-left: 14px;
    padding-top: 77px;
    background: url(gerb_white6.jpg) 5% 14% no-repeat;
    text-align:left;
    line-height: 25px;
    
}


.mob_menu {
  position: absolute;
  top: 30px;
  right: 22px;
  z-index: 100;
  background-image: url(portal.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
    
}



}

#block_mobmenu {
    width:80%; 
    position:absolute; 
    top:139px;
    right:0px;
    z-index:1000; 
    background: #051945;  
    border-top: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 36px;
    text-align:left;
    line-height: 40px;
    display: block;
    
}

#block_mobmenu a {
   font-weight: 600;
   color: #ffffff;
   padding-left: 15px;
   border-bottom: 1px solid #fff;
   display: block;
    
}






#rating_threads {
    font-size: .9rem;
    padding-right:100px; 
    float:right;

}
.rating {
    padding-left:20px;
    padding-right:5px;
    opacity: 0.4;
    width: 20px;
    margin-top: -3px;
}

#rating_threads img:hover {
	cursor: pointer;
	opacity: 1;
}


/*    */

#myCarousel .carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0, 0, 0, 0.37);
	text-shadow:none;
}
#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#eee;	
}
@media (min-width: 992px) { 
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%;
    height: 300px;}

/*     */



/*        */
.adyg {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 98%;
    //font-size: 15px;
    font-size: 1.1em;
    
    background-color: #D5EAFF
}

.adyg:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	
}
/*         */

/*    */
#btn_rus {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

#btn_adyg {
	border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

#btn_rus:hover {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

#btn_adyg:hover {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

#btn_rus:focus {
	opacity: 1;
}

#btn_adyg:focus {
	opacity: 1;
}

.rus1 {
	opacity: 1;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.rus2 {
	opacity: 0.5;
}

.adyg1 {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.adyg2 {
	opacity: 0.5;
}
/*     */

#info-news {
   font-size: 1.2rem; 
   color: #808080; 
   padding: 10px 0 15px 0px;
   border-bottom: 1px solid #eee;
   margin-left: 5px;
   font-weight: 300;
    line-height: 2rem;
    
}

